Fix typo.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 5 Sep 2005 15:46:12 +0000 (15:46 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 5 Sep 2005 15:46:12 +0000 (15:46 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/xen/kernel/reboot.c

index df0d23374824209f48929a0bc6951c6ffc3bbdba..1c942548e151d0b52a173d30c416132a3b907c59 100644 (file)
@@ -177,8 +177,8 @@ static int __do_suspend(void *ignore)
     HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page;
     clear_fixmap(FIX_SHARED_INFO);
 
-    xen_start_info.store_mfn = mfn_to_pfn(xen_start_info.store_mfn);
-    xen_start_info.console_mfn = mfn_to_pfn(xen_start_info.console_mfn);
+    xen_start_info->store_mfn = mfn_to_pfn(xen_start_info->store_mfn);
+    xen_start_info->console_mfn = mfn_to_pfn(xen_start_info->console_mfn);
 
     /* We'll stop somewhere inside this hypercall.  When it returns,
        we'll start resuming after the restore. */